DownloadedContent

data class DownloadedContent(val bytes: ByteArray, val statusCode: Int, val headers: Headers, val contentLength: Long?, val contentType: ContentType?)

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, statusCode: Int, headers: Headers, contentLength: Long?, contentType: ContentType?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val contentType: ContentType?
Link copied to clipboard
val headers: Headers
Link copied to clipboard
val size: Int
Link copied to clipboard